]> snippets.scripts.mit.edu Git - Scripts/git/.git/blame - sipbmp3-itunes.bak/sipbmp3 - Toggle Mute.applescript
Changed the sipbmp3-itunes folder into a submodule, so that the repo can reside in...
[Scripts/git/.git] / sipbmp3-itunes.bak / sipbmp3 - Toggle Mute.applescript
CommitLineData
e01714f4
PQ
1-- -----------------
2-- iTunes -> sipbmp3
3-- -----------------
4
5-- Changelog:
6-- 10 Nov 2009 -> pquimby created initial version
7
8-- Installation:
9-- For installation instructions see the INSTALL file in the snippets/sipbmp3-iTunes folder--
10
11-- Usage:
12--
13-- Running this script will toggle the mute on sipbmp3 on or off.
14
15tell application "iTunes"
16 set vol to sound volume
17end tell
18
19set command to "/usr/local/bin/remctl zsr volume set " & vol
20do shell script command